home *** CD-ROM | disk | FTP | other *** search
- object FormLoadPal: TFormLoadPal
- Left = 210
- Top = 177
- BorderStyle = bsDialog
- Caption = 'Load Palette'
- ClientHeight = 333
- ClientWidth = 470
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 4
- Top = 8
- Width = 457
- Height = 273
- Shape = bsFrame
- end
- object PaintSrc: TDXPaintBox
- Left = 16
- Top = 36
- Width = 192
- Height = 192
- AutoStretch = False
- Center = False
- KeepAspect = False
- Stretch = False
- ViewWidth = 0
- ViewHeight = 0
- OnMouseDown = PaintSrcMouseDown
- OnMouseMove = PaintSrcMouseMove
- OnMouseUp = PaintSrcMouseUp
- end
- object Label1: TLabel
- Left = 16
- Top = 20
- Width = 73
- Height = 12
- Caption = 'Drag to select'
- end
- object PaintDst: TDXPaintBox
- Left = 256
- Top = 36
- Width = 192
- Height = 192
- AutoStretch = False
- Center = False
- KeepAspect = False
- Stretch = False
- ViewWidth = 0
- ViewHeight = 0
- OnMouseDown = PaintDstMouseDown
- OnMouseMove = PaintDstMouseMove
- end
- object Label2: TLabel
- Left = 256
- Top = 20
- Width = 72
- Height = 12
- Caption = 'Click to paste'
- end
- object Label3: TLabel
- Left = 224
- Top = 112
- Width = 18
- Height = 12
- Caption = '-->'
- end
- object Button1: TButton
- Left = 296
- Top = 292
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 376
- Top = 292
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object btnAll: TButton
- Left = 284
- Top = 240
- Width = 75
- Height = 25
- Caption = 'All'
- TabOrder = 0
- OnClick = btnAllClick
- end
- object btnClr: TButton
- Left = 364
- Top = 240
- Width = 75
- Height = 25
- Caption = 'Undo'
- TabOrder = 1
- OnClick = btnClrClick
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 300
- OnTimer = Timer1Timer
- Left = 168
- Top = 112
- end
- end
-